ErrorHandler.assertLazyErrorMessage

class ErrorHandler
static
bool
assertLazyErrorMessage
(,
lazy string errorTitle
,
lazy string errorMessage
,
bool isFatal = false
,
string file = __FILE__
,
size_t line = __LINE__
,
string mod = __MODULE__
,
string func = __PRETTY_FUNCTION__
)

Parameters

expression bool

Expression for looking wether an error has happenned

errorTitle string

Error Header

errorMessage string

Error Message

Return Value

Type: bool

If the error happenned

Meta